system time - traducción al italiano
Diclib.com
Diccionario en línea

system time - traducción al italiano

COMPUTER SYSTEM'S NOTION OF THE PASSING OF TIME
Date (computing); System clock; Time (computing); DATE (command); Date (command); System date; System Time; System clocks; DATE (DOS command); DATE (CP/M command)
  • date]]'' command

system time         
Ora del sistema (l"ora secondo l"orologio del computer)
time sharing         
  • [[Unix]] time-sharing at the [[University of Wisconsin]], 1978
METHOD OF SHARING A COMPUTING RESOURCE AMONG MULTIPLE USERS
Computer/Time-sharing; Time sharing; Time Sharing; Timesharing; Time-Sharing; Time share computer system; Time-sharing system; Time-sharing operating system
partizione di tempo, time sharing
real-time software         
STUDY OF HARDWARE AND SOFTWARE SYSTEMS THAT HAVE A "REAL-TIME CONSTRAINT"
Near real-time; Real-time control; Real-time system; Hard real time; Hard real-time; Soft real-time; Real-time systems; Realtime system; Realtime information system; Time-driven programming; Realtime computing; Real time computing; Real-Time Dispatching; Hard real-time system; Real Time Processing; Hard realtime; Near real time; Real-time network; Real time network; Clock-driven schedule; Centralized Data Processing; Real time information system; Near-real-time; Sort real time; Soft realtime; Soft real-time system; Firm real time; Firm real-time; Firm realtime; Firm real-time system; Near Real Time; Real-time application; Realtime applications; Real-time networking; Reactive computing; History of real-time computing; Real-time digital signal processing; Real time computer; Real-time software; Realtime software; Real-time technology
software di tempo reale (programmi che si effetuano il raccolto di informazione entro una frazione di secondo)

Definición

time-sharing
<operating system> (Or "timesharing") An operating system feature allowing several users to run several tasks concurrently on one processor, or in parallel on many processors, usually providing each user with his own terminal for input and output. time-sharing is multitasking for multiple users. (1998-04-24)

Wikipedia

System time

In computer science and computer programming, system time represents a computer system's notion of the passage of time. In this sense, time also includes the passing of days on the calendar.

System time is measured by a system clock, which is typically implemented as a simple count of the number of ticks that have transpired since some arbitrary starting date, called the epoch. For example, Unix and POSIX-compliant systems encode system time ("Unix time") as the number of seconds elapsed since the start of the Unix epoch at 1 January 1970 00:00:00 UT, with exceptions for leap seconds. Systems that implement the 32-bit and 64-bit versions of the Windows API, such as Windows 9x and Windows NT, provide the system time as both SYSTEMTIME, represented as a year/month/day/hour/minute/second/milliseconds value, and FILETIME, represented as a count of the number of 100-nanosecond ticks since 1 January 1601 00:00:00 UT as reckoned in the proleptic Gregorian calendar.

System time can be converted into calendar time, which is a form more suitable for human comprehension. For example, the Unix system time 1000000000 seconds since the beginning of the epoch translates into the calendar time 9 September 2001 01:46:40 UT. Library subroutines that handle such conversions may also deal with adjustments for time zones, daylight saving time (DST), leap seconds, and the user's locale settings. Library routines are also generally provided that convert calendar times into system times.

Ejemplos de uso de system time
1. One report also found that analysts found the system time–consuming to use.
2. Since then two internal Homeland Security reports found that tests had used live data about real people rather than made–up data for one to two years without meeting privacy requirements; one report also found that department analysts found the system time–consuming to use.